home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / dbase / setmaxage.c < prev    next >
C/C++ Source or Header  |  1996-07-19  |  76b  |  8 lines

  1.  
  2. #include "dbase.p"
  3.  
  4. void set_maxage(char *max)
  5. {
  6.     maxage = atoi(max);
  7. }
  8.